Open
Conversation
feat: Week 1 - project scaffold, Prisma schema, seed data
docs: 添加项目框架说明 README
feat: add reader registration and login
- 为 Book 模型增加 totalCopies 和 availableCopies 字段 - 新增 /api/loans 路由:搜索用户、搜索图书、借出图书 - 馆员可搜索学生(学号/邮箱)和图书(标题/ISBN) - 借出时检查学生借阅数量(最多3本)和逾期状态 - 借出时检查图书可用副本数 - 创建借阅记录并记录应还日期(当前日期+30天) - 操作记录审计日志 - 更新种子数据以支持新字段
feat: 完成图书列表与详情功能
feat: 实现馆员借书功能 (User Story #7)
feat: 添加图书管理员注册登录功能
feat: add admin system logs view
Feature/announcement management
BookAddDelete
feat: 添加读者图书检索功能,支持按书名、作者、关键词搜索
feat: complete reader system
feat: complete reader system
feat:添加书籍详细位置和编号
Added registration and login endpoints for librarians, including validation and password hashing.
Implement librarian registration and login routes
feat: add missing Login.jsx
feat: 添加还书功能API
fix: add missing Login.jsx
✅ 新增 loans.js ✅ 为 Book 模型增加 totalCopies / availableCopies ✅ 修复 auth.js 登录逻辑冲突 测试:运行 cd backend && npm test,以及前端借书/还书流程 影响:需要执行 Prisma migration 并更新 dev.db
feat: borrow, renew and return
- 馆员注册和登录 (R1.1.10) - 图书管理:添加、编辑、删除、书架位置 (R1.1.11) - 借出书籍给学生 (R1.1.12) - 接收学生还书 (R1.1.13) - 完整的前后端实现
增加馆员查看用户借阅历史
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.